net/netip.uint128.and (method)
4 uses
net/netip (current package)
netip.go#L668: ip.addr = ip.addr.and(mask6(effectiveBits))
netip.go#L1368: return ip.addr.xor(p.ip.addr).and(mask6(int(p.bits))).isZero()
uint128.go#L32: func (u uint128) and(m uint128) uint128 {
uint128.go#L91: return u.and(mask6(int(bit)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)